home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1999 November / cd joystick no109 novembre 1999.iso / Data / sharewares / utilitaires / WC32V401.ZIP / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TFINDFILE / TFINDFILE.txt
Text File  |  1999-07-27  |  16KB  |  712 lines

  1. object FindFile: TFindFile
  2.   Tag = 1
  3.   Left = 199
  4.   Top = 56
  5.   Width = 489
  6.   Height = 414
  7.   HorzScrollBar.Visible = False
  8.   VertScrollBar.Visible = False
  9.   BorderIcons = [biSystemMenu]
  10.   Caption = 'Find Files'
  11.   Font.Color = clBtnText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   OnResize = FormResize
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object id_startsearch: TButton
  24.     Tag = 70
  25.     Left = 389
  26.     Top = 22
  27.     Width = 91
  28.     Height = 23
  29.     Caption = '&Start search'
  30.     Default = True
  31.     TabOrder = 0
  32.     TabStop = False
  33.     OnClick = id_startsearchClick
  34.   end
  35.   object Cancel: TButton
  36.     Tag = 4002
  37.     Left = 389
  38.     Top = 48
  39.     Width = 91
  40.     Height = 23
  41.     Cancel = True
  42.     Caption = '&Cancel'
  43.     TabOrder = 1
  44.     TabStop = False
  45.     OnClick = CancelClick
  46.   end
  47.   object id_ResultPanel: TPanel
  48.     Left = 0
  49.     Top = 206
  50.     Width = 481
  51.     Height = 181
  52.     TabOrder = 2
  53.     object Label1: TLabel
  54.       Tag = 60
  55.       Left = 8
  56.       Top = 2
  57.       Width = 469
  58.       Height = 13
  59.       AutoSize = False
  60.       Caption = 'Search res&ults:'
  61.       FocusControl = id_ResultBox
  62.     end
  63.     object id_NewSearch: TButton
  64.       Tag = 62
  65.       Left = 129
  66.       Top = 136
  67.       Width = 110
  68.       Height = 23
  69.       Caption = '&New search'
  70.       Enabled = False
  71.       TabOrder = 2
  72.       TabStop = False
  73.       OnClick = id_NewSearchClick
  74.     end
  75.     object id_gotopath: TButton
  76.       Tag = 63
  77.       Left = 241
  78.       Top = 136
  79.       Width = 110
  80.       Height = 23
  81.       Caption = '&Go to file'
  82.       Enabled = False
  83.       TabOrder = 3
  84.       TabStop = False
  85.       OnClick = id_gotopathClick
  86.     end
  87.     object id_WorkWithFound: TButton
  88.       Tag = 64
  89.       Left = 353
  90.       Top = 136
  91.       Width = 110
  92.       Height = 23
  93.       Caption = 'Feed to &listbox'
  94.       Enabled = False
  95.       TabOrder = 4
  96.       TabStop = False
  97.       OnClick = id_WorkWithFoundClick
  98.     end
  99.     object id_view: TButton
  100.       Tag = 61
  101.       Left = 17
  102.       Top = 136
  103.       Width = 110
  104.       Height = 23
  105.       Caption = '&View'
  106.       Enabled = False
  107.       TabOrder = 1
  108.       TabStop = False
  109.       OnClick = id_viewClick
  110.     end
  111.     object id_ResultBox: TWidthListBox
  112.       Left = 4
  113.       Top = 17
  114.       Width = 474
  115.       Height = 117
  116.       Font.Color = clWindowText
  117.       Font.Height = -11
  118.       Font.Name = 'MS Sans Serif'
  119.       Font.Style = []
  120.       ItemHeight = 16
  121.       ParentFont = False
  122.       Style = lbOwnerDrawFixed
  123.       TabOrder = 0
  124.       OnClick = id_ResultBoxClick
  125.       OnDblClick = id_gotopathClick
  126.       OnDrawItem = id_ResultboxDrawItem
  127.       OnKeyDown = id_ResultBoxKeyDown
  128.     end
  129.     object id_StatusPanel: TMyPanel
  130.       Left = 3
  131.       Top = 162
  132.       Width = 475
  133.       Height = 17
  134.       Alignment = taLeftJustify
  135.       BevelOuter = bvLowered
  136.       TabOrder = 5
  137.       RightLine = False
  138.     end
  139.   end
  140.   object TabbedNotebook1: TMyTabbedNotebook
  141.     Tag = 2
  142.     Left = 1
  143.     Top = 2
  144.     Width = 384
  145.     Height = 201
  146.     TabFont.Color = clBtnText
  147.     TabFont.Height = -11
  148.     TabFont.Name = 'MS Sans Serif'
  149.     TabFont.Style = []
  150.     TabOrder = 3
  151.     OnChange = TabbedNotebook1Change
  152.     object TTabPage
  153.       Left = 4
  154.       Top = 24
  155.       HelpContext = 100
  156.       Caption = 'General'
  157.       object Searchfor: TLabel
  158.         Tag = 3
  159.         Left = 5
  160.         Top = 7
  161.         Width = 80
  162.         Height = 14
  163.         AutoSize = False
  164.         Caption = 'Search &for:'
  165.         FocusControl = id_SearchName
  166.         WordWrap = True
  167.       end
  168.       object StartIn: TLabel
  169.         Tag = 4
  170.         Left = 5
  171.         Top = 35
  172.         Width = 80
  173.         Height = 14
  174.         AutoSize = False
  175.         Caption = 'Search &in:'
  176.         FocusControl = id_SearchIn
  177.         WordWrap = True
  178.       end
  179.       object Bevel1: TBevel
  180.         Left = 4
  181.         Top = 76
  182.         Width = 361
  183.         Height = 4
  184.         Shape = bsTopLine
  185.       end
  186.       object id_SearchName: TComboBox
  187.         Left = 85
  188.         Top = 6
  189.         Width = 286
  190.         Height = 21
  191.         DropDownCount = 20
  192.         Font.Color = clWindowText
  193.         Font.Height = -11
  194.         Font.Name = 'MS Sans Serif'
  195.         Font.Style = []
  196.         ItemHeight = 13
  197.         MaxLength = 255
  198.         ParentFont = False
  199.         TabOrder = 0
  200.       end
  201.       object id_SearchIn: TComboBox
  202.         Left = 85
  203.         Top = 32
  204.         Width = 222
  205.         Height = 21
  206.         DropDownCount = 20
  207.         Font.Color = clWindowText
  208.         Font.Height = -11
  209.         Font.Name = 'MS Sans Serif'
  210.         Font.Style = []
  211.         ItemHeight = 13
  212.         MaxLength = 255
  213.         ParentFont = False
  214.         TabOrder = 1
  215.       end
  216.       object id_Drives: TButton
  217.         Tag = 5
  218.         Left = 310
  219.         Top = 30
  220.         Width = 61
  221.         Height = 23
  222.         Caption = '&Drives'
  223.         TabOrder = 2
  224.         OnClick = id_DrivesClick
  225.       end
  226.       object id_searchpackers: TCheckBox
  227.         Tag = 6
  228.         Left = 84
  229.         Top = 56
  230.         Width = 285
  231.         Height = 17
  232.         Caption = 'Search a&rchives (ZIP, ARJ, LZH, TAR, GZ, CAB)'
  233.         TabOrder = 3
  234.       end
  235.       object id_DoFindText: TCheckBox
  236.         Tag = 7
  237.         Left = 5
  238.         Top = 86
  239.         Width = 80
  240.         Height = 17
  241.         Caption = 'Find &text:'
  242.         TabOrder = 4
  243.         OnClick = id_DoFindTextClick
  244.       end
  245.       object id_TextToFind: TComboBox
  246.         Left = 85
  247.         Top = 84
  248.         Width = 286
  249.         Height = 21
  250.         DropDownCount = 10
  251.         Font.Color = clWindowText
  252.         Font.Height = -11
  253.         Font.Name = 'MS Sans Serif'
  254.         Font.Style = []
  255.         ItemHeight = 13
  256.         MaxLength = 255
  257.         ParentFont = False
  258.         TabOrder = 5
  259.       end
  260.       object id_wholewords: TCheckBox
  261.         Tag = 8
  262.         Left = 85
  263.         Top = 106
  264.         Width = 286
  265.         Height = 17
  266.         Caption = '&Whole words only'
  267.         Enabled = False
  268.         TabOrder = 6
  269.       end
  270.       object id_case: TCheckBox
  271.         Tag = 9
  272.         Left = 85
  273.         Top = 122
  274.         Width = 286
  275.         Height = 17
  276.         Caption = 'Cas&e sensitive'
  277.         Enabled = False
  278.         TabOrder = 7
  279.       end
  280.       object id_Dos: TCheckBox
  281.         Tag = 10
  282.         Left = 85
  283.         Top = 138
  284.         Width = 286
  285.         Height = 17
  286.         Caption = '&ASCII charset (DOS)'
  287.         Enabled = False
  288.         TabOrder = 8
  289.       end
  290.       object id_NotContained: TCheckBox
  291.         Tag = 11
  292.         Left = 85
  293.         Top = 154
  294.         Width = 286
  295.         Height = 17
  296.         Caption = 'Find files N&OT containing the text'
  297.         Enabled = False
  298.         TabOrder = 9
  299.       end
  300.     end
  301.     object TTabPage
  302.       Left = 4
  303.       Top = 24
  304.       HelpContext = 310
  305.       Caption = 'Advanced'
  306.       object cm_and: TLabel
  307.         Tag = 21
  308.         Left = 208
  309.         Top = 6
  310.         Width = 45
  311.         Height = 13
  312.         Alignment = taCenter
  313.         AutoSize = False
  314.         Caption = 'a&nd'
  315.         FocusControl = id_DateTo
  316.       end
  317.       object Bevel2: TBevel
  318.         Left = 4
  319.         Top = 54
  320.         Width = 361
  321.         Height = 4
  322.         Shape = bsTopLine
  323.       end
  324.       object Bevel3: TBevel
  325.         Left = 4
  326.         Top = 132
  327.         Width = 361
  328.         Height = 4
  329.         Shape = bsTopLine
  330.       end
  331.       object Bevel4: TBevel
  332.         Left = 4
  333.         Top = 86
  334.         Width = 361
  335.         Height = 4
  336.         Shape = bsTopLine
  337.       end
  338.       object id_SearchDate: TCheckBox
  339.         Tag = 20
  340.         Left = 8
  341.         Top = 5
  342.         Width = 101
  343.         Height = 17
  344.         Caption = 'Date &between:'
  345.         TabOrder = 0
  346.         OnClick = id_SearchDateClick
  347.       end
  348.       object id_DateFrom: TEdit
  349.         Left = 112
  350.         Top = 4
  351.         Width = 93
  352.         Height = 21
  353.         Font.Color = clWindowText
  354.         Font.Height = -11
  355.         Font.Name = 'MS Sans Serif'
  356.         Font.Style = []
  357.         MaxLength = 17
  358.         ParentFont = False
  359.         TabOrder = 1
  360.       end
  361.       object id_DateTo: TEdit
  362.         Left = 256
  363.         Top = 4
  364.         Width = 93
  365.         Height = 21
  366.         Font.Color = clWindowText
  367.         Font.Height = -11
  368.         Font.Name = 'MS Sans Serif'
  369.         Font.Style = []
  370.         MaxLength = 17
  371.         ParentFont = False
  372.         TabOrder = 2
  373.       end
  374.       object id_SearchDelay: TCheckBox
  375.         Tag = 22
  376.         Left = 8
  377.         Top = 28
  378.         Width = 101
  379.         Height = 17
  380.         Caption = 'Not &older than:'
  381.         TabOrder = 3
  382.         OnClick = id_SearchDelayClick
  383.       end
  384.       object id_DelayEdit: TEdit
  385.         Left = 112
  386.         Top = 28
  387.         Width = 93
  388.         Height = 21
  389.         Font.Color = clWindowText
  390.         Font.Height = -11
  391.         Font.Name = 'MS Sans Serif'
  392.         Font.Style = []
  393.         MaxLength = 6
  394.         ParentFont = False
  395.         TabOrder = 4
  396.         Text = '1'
  397.       end
  398.       object id_DelayScroll: TScrollBar
  399.         Left = 205
  400.         Top = 28
  401.         Width = 15
  402.         Height = 21
  403.         Enabled = False
  404.         Kind = sbVertical
  405.         TabOrder = 5
  406.         OnScroll = id_DelayScrollScroll
  407.       end
  408.       object id_DelayUnit: TComboBox
  409.         Tag = 30
  410.         Left = 256
  411.         Top = 28
  412.         Width = 93
  413.         Height = 21
  414.         Style = csDropDownList
  415.         Enabled = False
  416.         Font.Color = clWindowText
  417.         Font.Height = -11
  418.         Font.Name = 'MS Sans Serif'
  419.         Font.Style = []
  420.         ItemHeight = 13
  421.         Items.Strings = (
  422.           'hour(s)'
  423.           'day(s)'
  424.           'week(s)'
  425.           'month(s)'
  426.           'year(s)')
  427.         ParentFont = False
  428.         TabOrder = 6
  429.       end
  430.       object id_SearchSize: TCheckBox
  431.         Tag = 23
  432.         Left = 8
  433.         Top = 60
  434.         Width = 101
  435.         Height = 17
  436.         Caption = '&File size:'
  437.         TabOrder = 7
  438.         OnClick = id_SearchSizeClick
  439.       end
  440.       object id_LargerSmaller: TComboBox
  441.         Left = 112
  442.         Top = 60
  443.         Width = 53
  444.         Height = 21
  445.         Style = csDropDownList
  446.         Enabled = False
  447.         Font.Color = clWindowText
  448.         Font.Height = -11
  449.         Font.Name = 'MS Sans Serif'
  450.         Font.Style = []
  451.         ItemHeight = 13
  452.         Items.Strings = (
  453.           '='
  454.           '>'
  455.           '<')
  456.         ParentFont = False
  457.         TabOrder = 8
  458.       end
  459.       object id_SizeEdit: TEdit
  460.         Left = 168
  461.         Top = 60
  462.         Width = 89
  463.         Height = 21
  464.         Font.Color = clWindowText
  465.         Font.Height = -11
  466.         Font.Name = 'MS Sans Serif'
  467.         Font.Style = []
  468.         MaxLength = 10
  469.         ParentFont = False
  470.         TabOrder = 9
  471.         Text = '1'
  472.       end
  473.       object id_SizeUnit: TComboBox
  474.         Left = 276
  475.         Top = 60
  476.         Width = 73
  477.         Height = 21
  478.         Style = csDropDownList
  479.         Enabled = False
  480.         Font.Color = clWindowText
  481.         Font.Height = -11
  482.         Font.Name = 'MS Sans Serif'
  483.         Font.Style = []
  484.         ItemHeight = 13
  485.         Items.Strings = (
  486.           'bytes'
  487.           'kbytes'
  488.           'Mbytes')
  489.         ParentFont = False
  490.         TabOrder = 10
  491.       end
  492.       object id_SearchAttribs: TCheckBox
  493.         Tag = 24
  494.         Left = 8
  495.         Top = 91
  496.         Width = 101
  497.         Height = 17
  498.         Caption = 'A&ttributes:'
  499.         TabOrder = 11
  500.         OnClick = id_SearchAttribsClick
  501.       end
  502.       object id_Archive: TMyCheckBox
  503.         Tag = 25
  504.         Left = 112
  505.         Top = 91
  506.         Width = 90
  507.         Height = 17
  508.         AllowGrayed = True
  509.         Caption = '&Archive'
  510.         Enabled = False
  511.         State = cbGrayed
  512.         TabOrder = 12
  513.       end
  514.       object id_Hidden: TMyCheckBox
  515.         Tag = 27
  516.         Left = 202
  517.         Top = 91
  518.         Width = 90
  519.         Height = 17
  520.         AllowGrayed = True
  521.         Caption = '&Hidden'
  522.         Enabled = False
  523.         State = cbGrayed
  524.         TabOrder = 13
  525.       end
  526.       object id_Directory: TMyCheckBox
  527.         Tag = 29
  528.         Left = 292
  529.         Top = 91
  530.         Width = 81
  531.         Height = 17
  532.         AllowGrayed = True
  533.         Caption = '&Directory'
  534.         Enabled = False
  535.         State = cbGrayed
  536.         TabOrder = 14
  537.       end
  538.       object id_ReadOnly: TMyCheckBox
  539.         Tag = 26
  540.         Left = 112
  541.         Top = 111
  542.         Width = 90
  543.         Height = 17
  544.         AllowGrayed = True
  545.         Caption = '&Read only'
  546.         Enabled = False
  547.         State = cbGrayed
  548.         TabOrder = 15
  549.       end
  550.       object id_System: TMyCheckBox
  551.         Tag = 28
  552.         Left = 202
  553.         Top = 111
  554.         Width = 90
  555.         Height = 17
  556.         AllowGrayed = True
  557.         Caption = 'S&ystem'
  558.         Enabled = False
  559.         State = cbGrayed
  560.         TabOrder = 16
  561.       end
  562.       object id_SizeScroll: TScrollBar
  563.         Left = 257
  564.         Top = 60
  565.         Width = 15
  566.         Height = 21
  567.         Enabled = False
  568.         Kind = sbVertical
  569.         TabOrder = 17
  570.         OnScroll = id_SizeScrollScroll
  571.       end
  572.       object id_DupeFinder: TCheckBox
  573.         Tag = 31
  574.         Left = 8
  575.         Top = 137
  576.         Width = 365
  577.         Height = 17
  578.         Caption = 'Find duplicate files:'
  579.         TabOrder = 18
  580.         OnClick = id_DupeFinderClick
  581.       end
  582.       object id_SameContents: TMyCheckBox
  583.         Tag = 32
  584.         Left = 256
  585.         Top = 153
  586.         Width = 120
  587.         Height = 17
  588.         Caption = 'same contents'
  589.         Enabled = False
  590.         TabOrder = 19
  591.         OnClick = id_SameContentsClick
  592.       end
  593.       object id_SameNames: TMyCheckBox
  594.         Tag = 33
  595.         Left = 16
  596.         Top = 154
  597.         Width = 120
  598.         Height = 17
  599.         Caption = 'same name'
  600.         Enabled = False
  601.         State = cbChecked
  602.         TabOrder = 20
  603.         OnClick = id_SameNamesClick
  604.       end
  605.       object id_SameSize: TMyCheckBox
  606.         Tag = 34
  607.         Left = 136
  608.         Top = 154
  609.         Width = 120
  610.         Height = 17
  611.         Caption = 'same size'
  612.         Enabled = False
  613.         State = cbChecked
  614.         TabOrder = 21
  615.         OnClick = id_SameSizeClick
  616.       end
  617.     end
  618.     object TTabPage
  619.       Left = 4
  620.       Top = 24
  621.       HelpContext = 102
  622.       Caption = 'Load/Save'
  623.       object id_PreviousHeader: TLabel
  624.         Tag = 40
  625.         Left = 8
  626.         Top = 4
  627.         Width = 357
  628.         Height = 14
  629.         AutoSize = False
  630.         Caption = '&Previous searches:'
  631.         FocusControl = id_PreviousList
  632.       end
  633.       object id_PreviousList: TListBox
  634.         Left = 8
  635.         Top = 20
  636.         Width = 357
  637.         Height = 102
  638.         Font.Color = clWindowText
  639.         Font.Height = -11
  640.         Font.Name = 'MS Sans Serif'
  641.         Font.Style = []
  642.         ItemHeight = 13
  643.         ParentFont = False
  644.         Sorted = True
  645.         TabOrder = 0
  646.         OnClick = id_PreviousListClick
  647.         OnDblClick = id_LoadClick
  648.       end
  649.       object id_SearchContents: TPanel
  650.         Left = 8
  651.         Top = 124
  652.         Width = 357
  653.         Height = 17
  654.         Alignment = taLeftJustify
  655.         BevelOuter = bvLowered
  656.         TabOrder = 1
  657.       end
  658.       object id_Load: TButton
  659.         Tag = 41
  660.         Left = 40
  661.         Top = 145
  662.         Width = 89
  663.         Height = 23
  664.         Caption = '&Load'
  665.         TabOrder = 2
  666.         OnClick = id_LoadClick
  667.       end
  668.       object id_Save: TButton
  669.         Tag = 42
  670.         Left = 142
  671.         Top = 145
  672.         Width = 89
  673.         Height = 23
  674.         Caption = 'S&ave'
  675.         TabOrder = 3
  676.         OnClick = id_SaveClick
  677.       end
  678.       object id_Delete: TButton
  679.         Tag = 43
  680.         Left = 244
  681.         Top = 145
  682.         Width = 89
  683.         Height = 23
  684.         Caption = '&Delete'
  685.         TabOrder = 4
  686.         OnClick = id_DeleteClick
  687.       end
  688.     end
  689.   end
  690.   object id_GlobalHelp: TButton
  691.     Tag = 4003
  692.     Left = 390
  693.     Top = 74
  694.     Width = 91
  695.     Height = 23
  696.     Cancel = True
  697.     Caption = '&Help'
  698.     TabOrder = 4
  699.     TabStop = False
  700.     OnClick = id_GlobalHelpClick
  701.   end
  702.   object Translate1: TTranslate
  703.     Tag = 5600
  704.     Left = 448
  705.     Top = 88
  706.   end
  707.   object ResolutionFix1: TResolutionFix
  708.     Left = 448
  709.     Top = 120
  710.   end
  711. end
  712.